Syntax:
VA1.Play_this_file_for_Start = "Location"
Details :
An extremely useful instruction which enables the user to make announcements after every word that gets processed.This serves as a key feedback for the user as to what is going on and what he must do next.
Plays this wave for every word recording and enables eyes free dictation and action.
COMMON SENSE ! PLEASE USE YOUR OWN WAVE FILE IF YOU FEEL 'START'
FOR EVERY WORD TO BE SILLY ! Use a small instrumental beep rather!
Example :
Private Sub Form1_Activate()
VA1.Play_this_file_for_Start = App.path & "
\Guitar.wav"
End Sub